home *** CD-ROM | disk | FTP | other *** search
- Path: news.connectnet.com!usenet
- From: Brain <provstu@cts.com>
- Newsgroups: comp.lang.c
- Subject: Help!:Asmmbley Inline!
- Date: Fri, 05 Apr 1996 20:48:54 -0800
- Organization: Providenc Communications
- Message-ID: <3165F7B6.69F4@cts.com>
- NNTP-Posting-Host: max-nc-34.connectnet.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win16; I)
-
- char far *data ;
- data = image -> buffer ;
-
- #asm
-
- push ds
- les di, video_buffer
- lds is, data
-
- #endasm
-
- it dosen't seem to see the variabkles!
-
- Thanks,
- Brain<provstu@cts.com>
-